popup

Purpose

A container that is displayed as a popup. The popup window does not have any special frame. Popups can be displayed when an element is clicked by assigning the id of the popup to either the XulElement.setPopup(java.lang.String), XulElement.setContext(java.lang.String) or XulElement.setTooltip(java.lang.String) attribute of the element.

Examples

<z:separator bar="true"/>
<z:label value="Tooptip for Another Popup" tooltip="any"/>
<z:popup id="any" width="300px">
    <z:vbox>
        <z:label value="ZK simply rich."/>
        <z:toolbarbutton label="ZK your killer Web application now!"
                href="http://www.zkoss.org"/>
    </z:vbox>
</z:popup>

Description

Attributes

ZK Official Reference

Component Reference

Show popup Component Reference

Java API

Show popup Java API